From fd452d0f6493416332ca1dd91b8450003a05563e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 26 Jul 2010 11:15:40 +0100 Subject: [PATCH] tools/hotplug etc.: remove Default-Enabled from LSB header "Default-Enabled:" is not a LSB keyword. Remove it from the LSB section. This avoids an openSuSE buildcheck warning and we are not aware of any reason why it should be kept. From: Olaf Hering Signed-off-by: Olaf Hering Modified-by: Ian Jackson Committed-by: Ian Jackson --- tools/hotplug/Linux/init.d/xencommons | 1 - tools/hotplug/Linux/init.d/xend | 1 - tools/hotplug/Linux/init.d/xendomains | 1 - tools/xenballoon/xenballoond.init | 1 - 4 files changed, 4 deletions(-) diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons index ed6ebfd6a9..874db88e47 100644 --- a/tools/hotplug/Linux/init.d/xencommons +++ b/tools/hotplug/Linux/init.d/xencommons @@ -14,7 +14,6 @@ # Should-Stop: # Default-Start: 3 4 5 # Default-Stop: 1 -# Default-Enabled: yes # Short-Description: Start/stop xenstored and xenconsoled # Description: Starts and stops the daemons neeeded for xl/xend ### END INIT INFO diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend index dc2179b68c..0f7f041f71 100755 --- a/tools/hotplug/Linux/init.d/xend +++ b/tools/hotplug/Linux/init.d/xend @@ -14,7 +14,6 @@ # Should-Stop: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 -# Default-Enabled: yes # Short-Description: Start/stop xend # Description: Starts and stops the Xen control daemon. ### END INIT INFO diff --git a/tools/hotplug/Linux/init.d/xendomains b/tools/hotplug/Linux/init.d/xendomains index 7fa3b44356..cd5bad2691 100644 --- a/tools/hotplug/Linux/init.d/xendomains +++ b/tools/hotplug/Linux/init.d/xendomains @@ -22,7 +22,6 @@ # Should-Stop: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 -# Default-Enabled: yes # Short-Description: Start/stop secondary xen domains # Description: Start / stop domains automatically when domain 0 # boots / shuts down. diff --git a/tools/xenballoon/xenballoond.init b/tools/xenballoon/xenballoond.init index ec21cddd6f..851a10387f 100644 --- a/tools/xenballoon/xenballoond.init +++ b/tools/xenballoon/xenballoond.init @@ -16,7 +16,6 @@ # Should-Stop: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 -# Default-Enabled: yes # Short-Description: Start/stop xenballoond # Description: Starts and stops the Xen ballooning daemon. ### END INIT INFO -- 2.30.2